home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------------*/
- /* *
- * $Id$
- *
- * $Log$
- * */
- /*------------------------------------------------------------------------*/
-
- /*------------------------------------------------------------------------*/
- /* This is magic to make the SAS/C startup automatically set up the
- correct stack size for us. With >=6.3 this is supposed to work. */
- long __stack = 32768;
-
- /*------------------------------------------------------------------------*/
- /* This is a good place for the version! */
- char HWGversion[] = PRGVERSION;
-
- /*------------------------------------------------------------------------*/
-
- /* Ende des Quelltextes */
-
-